home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha Extra 2004 January / CyberMycha Extra 1-2004 (Poland) (Disc 2).bin / Pippi / gmgl.dir / Internal_6_scoreInternal.ls < prev    next >
Encoding:
Text File  |  2001-09-04  |  295 b   |  14 lines

  1. global gmObject, sndObject
  2.  
  3. on exitFrame me
  4.   if gmObject.illLevel < 180 then
  5.     if the ticks > (gmObject.clickTimer + 180) then
  6.       if gmObject.virgin = 0 then
  7.         gmObject.clickTimer = the ticks
  8.         sndObject.respondSnd(1, 1, 1)
  9.       end if
  10.     end if
  11.   end if
  12.   go(the frame)
  13. end
  14.